Field Mappings Registry entry

Specifies a label and associated field mappings for Recipient Details or Sender Details when processing (generating or recording) correspondence using the Communications module.

Usage

This Registry entry is assigned to groups:

KeyGroup
Key 1Group
Key 2Default
Key 3Table
Key 4eletters
Key 5Field Mappings
Key 6module
Key 7label
Valuecolumn mappings

where:

module

is the module that the Recipient Details or Sender Details fields will be mapped to.

label

is a label for the recipient / sender, e.g. Mother. This will display in the Recipient: (Recipient Details) or Sender: (Sender Details) drop list.

This label must be the same as one of the labels specified in Recipient: (Recipient Details) or Sender: (Sender Details) in the template. For example, when a template is designed, if Recipient: (Recipient Details) is specified as Mummy, recipient must be Mummy and not, for instance, Mommy.

If you also want to specify that the recipient could be the father, you would create a Field Mappings Registry entry for Father.

column mappings

specifies a semicolon separated list of field pairs that map fields in the Recipient Details or Sender Details group of fields to fields in module.

Examples

This entry specifies that the Recipient is Mother and maps fields in the Births module to each of the Recipient Details field:

KeySetting
Key 1 Group
Key 2 Default
Key 3 Table
Key 4 eletters
Key 5 Field Mappings
Key 6 ebirths
Key 7 Mother
Value

RecipientName=MotherGivenNames MotherSurname;

RecipientAddress=MotherStreetAddressOfResidence;

RecipientCityTown=MotherCityTownOfResidence;

RecipientStateProvince=MotherStateOfResidence;

RecipientPostalCode=MotherPostalCodeOfResidence

Note: Note the RecipientName value combines two fields from the Births module, MotherGivenNames and MotherSurname.

This entry specifies that the Sender is Mother and maps fields in the Births module to each of the Sender Details field:

KeySetting
Key 1 Group
Key 2 Default
Key 3 Table
Key 4 eletters
Key 5 Field Mappings
Key 6 ebirths
Key 7 Mother
Value

SenderName=MotherGivenNames MotherSurname;

SenderAddress=MotherStreetAddressOfResidence;

SenderCityTown=MotherCityTownOfResidence;

SenderStateProvince=MotherStateOfResidence;

SenderPostalCode=MotherPostalCodeOfResidence